----ran this query in QA, UAT, IVF------

INSERT INTO public."Settings"(
	 "Name", "Active", "Type", "Value", "ImageUrl", "Description", "Numeral")
	VALUES ( 'AppointmentReschedule', true, 'Appointment', null, null, 'Choose to Enable/Disable the reschedule button in mobile applications and patient web application.', null);
	
	INSERT INTO public."Settings"(
	 "Name", "Active", "Type", "Value", "ImageUrl", "Description", "Numeral")
	VALUES ( 'AppointmentCancel', true, 'Appointment', null, null, 'Choose to enable/disable Appointment Cancel Buttion for mobile applications and patient web application', null);